home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / infosearch.idb / usr / lib / infosearch / bin / roff2prehtml.z / roff2prehtml
Text File  |  2002-10-15  |  824b  |  23 lines

  1. #!/usr/bin/perl
  2. #
  3. # All Rights Reserved.
  4. #
  5. # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  6. # the contents of this file may not be disclosed to third parties, copied or
  7. # duplicated in any form, in whole or in part, without the prior written
  8. # permission of Silicon Graphics, Inc.
  9. #
  10. # RESTRICTED RIGHTS LEGEND:
  11. # Use, duplication or disclosure by the Government is subject to restrictions
  12. # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  13. # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  14. # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  15. # rights reserved under the Copyright Laws of the United States.
  16. #
  17. # requires perl5 and relnotes2html.pl
  18. #
  19. require 'relnote2html.pl';
  20. &relnotes2html($ARGV[0], $ARGV[1], '', '1');
  21. exit(0);
  22.  
  23.